home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000098_news@newsmaster….columbia.edu _Fri Jan 16 13:19:52 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA25267
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 16 Jan 1998 13:19:52 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA12232
  7.     for kermit.misc@watsun; Fri, 16 Jan 1998 13:19:51 -0500 (EST)
  8. Path: news.columbia.edu!panix!howland.erols.net!newsfeed.direct.ca!Supernews60!supernews.com!uunet!in3.uu.net!newshub.netnews.att.com!news
  9. From: David <david.abis@worldnet.att.net>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Connect error message
  12. Date: Fri, 16 Jan 1998 13:08:38 -0500
  13. Organization: AT&T, Columbus, Ohio
  14. Lines: 20
  15. Message-ID: <34BFA226.E9336AF9@worldnet.att.net>
  16. Reply-To: david.abis@worldnet.att.net
  17. NNTP-Posting-Host: 135.21.58.*
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 4.0 [en] (Win95; I)
  22. X-Priority: 3 (Normal)
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:8271
  24.  
  25. I want to dial in to my ISP, initiate PPP, then go back to modem's
  26. command mode to query the modem using ATI6.
  27.  
  28. I was able to dial in, start pppd using !pppd (options) &, then when I
  29. want to connect back to the modem, C-kermit gives an error message
  30. "Sorry, Can't condition communication line".
  31.  
  32. Is there a way to talk to the modem's command mode while PPP is running?
  33.  
  34. Also, I'm thinking of stopping PPP before escaping to the command mode
  35. (e.g. +++) for the modem to understand the escape chars (before issuing
  36. ATI6), then re-establish PPP for the IP stuff.   Is this the right way
  37. of getting modem stats without disconnecting the link?
  38.  
  39. Thanks in advance for any help.
  40.